Returns the value of a style property for this C1TextElement.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public T GetValue<T>(
	StyleProperty prop
)
Visual Basic
Public Function GetValue(Of T) ( _
	prop As StyleProperty _
) As T

Type Parameters

T
The type of the values of the parameter style property.

Return Value

The value of a style property for this C1TextElement.

See Also